All Questions
2 questions
1vote
0answers
87views
C# TCPClient Write-Only connection
So I'm currently working on an C# application in VisualStudio, using an TCPClient and I get the following error when calling the Connect function: Unable to connect to the remote server System.Net....
0votes
1answer
1kviews
TcpClient can't connect To TcpListener
i want to use a TcpListener - TcpClient connection inside Network. It is only working when i start the application both on one device, when i use 2 different devices in Network there is this Error: A ...